redistribute rip (for IS-IS)
   
   
      Control the redistribution of routes from the global router into the Shortest Path Bridging
         MAC (SPBM) Intermediate-System-to-Intermediate-System (IS-IS) domain.
    
      Syntax
         
         
            - 
               
                  default redistribute rip
                     enable
                
- 
               
                  default redistribute rip
                     metric
                
- 
               
                  default redistribute rip
                     metric-type
                
- 
               
                  default redistribute rip
                     route-map
                
- 
               
                  default redistribute rip
                     subnets
                
- 
               
                  no redistribute
                     rip
                
- 
               
                  no redistribute rip
                     enable
                
- 
               
                  no redistribute rip
                     metric
                
- 
               
                  no redistribute rip
                     metric-type
                
- 
               
                  no redistribute rip
                     route-map
                
- 
               
                  no redistribute rip
                     subnets
                
- 
               
                  redistribute rip
                
- 
               
                  redistribute rip
                     enable
                
- 
               
                  redistribute rip metric
                     <0-65535> 
                
- 
               
                  redistribute rip
                     metric-type external
                
- 
               
                  redistribute rip
                     metric-type internal
                
- 
               
                  redistribute rip route-map
                     WORD<0-64>
                
- 
               
                  redistribute rip subnets
                     allow
                
- 
               
                  redistribute rip subnets
                     suppress
                
Command Parameters
         
         
            
               - enable
- Enables route redistribution.
- metric <0-65535>
- Configures the metric (cost) to
                  apply to redistributed routes. The default is 1.
- metric-type external
- Configures the type of route to
                  import into the protocol. The default is internal.
- metric-type internal
- Configures the type of route to
                  import into the protocol. 
- route-map WORD<0-64>
- Configures the route policy to
                  apply to redistributed routes.
- subnets allow
- Indicates whether the subnets are
                  advertised individually or aggregated to their classful subnet. Choose allow to
                  advertise the subnets individually with the learned or configured mask of the
                  subnet. The default is allow.
- subnets suppress
- Indicates whether the subnets are
                  advertised individually or aggregated to their classful subnet. Choose allow to
                  advertise the subnets individually with the learned or configured mask of the
                  subnet. The default is allow.
Default
         
         By default, route redistribution is disabled.
      
      Command Mode
         
         IS-IS Router Configuration